home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00267_Script_openIntro < prev    next >
Text File  |  1999-02-25  |  1KB  |  38 lines

  1.  
  2. on mouseUp
  3.   
  4.   -- turns off visibility of 'Product Guide' and
  5.   -- text that scrolls along the bottom of the screen
  6.   
  7.   set the visibility of sprite 33 = FALSE
  8.   set the visibility of sprite 34= FALSE
  9.   
  10.   -- turns off visibility of screenshots
  11.   
  12.   set the visibility of sprite 54 = FALSE
  13.   set the visibility of sprite 70 = FALSE
  14.   set the visibility of sprite 79 = FALSE
  15.   set the visibility of sprite 89 = FALSE
  16.   set the visibility of sprite 97 = FALSE
  17.   
  18.   -- turns off 'bluebox' static
  19.   set the visibility of sprite 112 = FALSE
  20.   set the visibility of sprite 106 = FALSE
  21.   set the visibility of sprite 107 = FALSE
  22.   set the visibility of sprite 108 = FALSE
  23.   set the visibility of sprite 109 = FALSE
  24.   set the visibility of sprite 110 = FALSE
  25.   set the visibility of sprite 111 = FALSE
  26.   
  27.   -- resets visibility of hotboxes on file cabinet
  28.   set the visibility of sprite 36 = TRUE
  29.   set the visibility of sprite 37 = TRUE
  30.   set the visibility of sprite 38 = TRUE
  31.   
  32.   
  33.   -- resets visibility of flickering logo
  34.   set the visibility of sprite 30 = TRUE
  35.   
  36.   go to frame 8
  37. end
  38.